﻿body {
    overflow: hidden;
    font-family: "微软雅黑";
    background: #fff;
}

img,
video,
audio {
    width: 100%;
}

a {
    display: block;
}

.yxedr_active img,
.yxedr_active video,
.yxedr_active audio {
    width: auto;
}

.mc_cnzz span {
    display: inline-block;
    transform: translateY(-1px);
}

.mc_cnzz a {
    display: block;
    width: 50px;
    height: 12px;
    margin-left: 12px;
    margin-top: -6px;
}

.mc_cnzz img {
    width: 100%;
}

.mc_ft_bot p a {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_ft_bot p {
    display: inline-block;
}


/* 响应式内容区变化 */
@media screen and (min-width: 1201px) {
    .mc_container {
        width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    .mc_container {
        width: 768px;
        padding: 0 15px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .mc_container {
        width: 100%;
        padding: 0 15px;
    }


    /* bshare手机端 */
    .bsBox {
        width: 255px !important;
        margin: 0 !important;
        transform: translate(-50%, -50%)
    }

    .bsTop {
        width: 255px !important;
    }

    #bsMorePanel {
        width: 255px !important;
    }

    .bFind-wrapper-top input {
        width: unset !important;
    }

    #bsPanel {
        display: none;
    }

    /* slick指示点 */
}

/* bshare 界面错乱调整 */
.bsBox,
#bsPanel div,
#bsMorePanel div,
#bshareF div {
    box-sizing: content-box;
}
.bsTop span {
    line-height: 24px !important;
}

.bshare-custom .mc_sharebox a{
    background: none !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.mc_sharebox {
    margin: 0 10px;
}




/* 列表图片 */
.mc_list_imgbox {
    position: relative;
    overflow: hidden;
}

.mc_list_imgbox img {
    width: 100%;
    height: 100%;
}

.mc_list_png {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}

.mc_list_img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

/* 两边截取 */
.mc_lbjq {
    width: 100%;
    overflow: hidden;
}

.mc_lbjq img {
    height: 100%;
    width: auto;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* 定位内容区 */
.mc_container_top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.mc_container_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 小图标i标签 */
.mc_icon {
    display: inline-block;
    vertical-align: middle;
    background-position-x: center;
    background-position-y: top;
}

/* 下拉选择 */
.mc_select_hd {
    cursor: pointer;
}

.mc_select_bd {
    display: none;
}

.mc_select_list li {
    cursor: pointer;
}

.mc_select_xtb {
    transition: all .36s;
}

.mc_select_xtb.on {
    transform: rotate(180deg);
}

/* tab栏 */
.mc_tabhd_li{
    float: left;
    cursor: pointer;
}
.mc_tabhd_li.on{
    background: #ccc;
}
.mc_tabbd_lisbox:not(:first-child){
    display: none;
}

/* 快捷类 */
.mc_show,
.mc_block {
    display: block;
}
.mc_hide {
    display: none;
}
.mc_act{
    display: none;
}

/* plaeceholder样式改变 */
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

/* 载入效果 */
.mc_anmt_in{
    animation-delay: 0.3s;
    animation-name: fadeIn;
}
.mc_anmt_l{
    animation-delay: 0.3s;
    animation-name: fadeInLeft;
}
.mc_anmt_r{
    animation-delay: 0.3s;
    animation-name: fadeInRight;
}
.mc_anmt1 {
    animation-delay: 0.3s;
    animation-name: fadeInUp;
}
.mc_anmt2 {
    animation-delay: 0.5s;
    animation-name: fadeInUp;
}
.mc_anmt3 {
    animation-delay: 0.7s;
    animation-name: fadeInUp;
}
.mc_anmt4 {
    animation-delay: 0.9s;
    animation-name: fadeInUp;
}
.mc_anmt5 {
    animation-delay: 1.1s;
    animation-name: fadeInUp;
}
.mc_anmt6 {
    animation-delay: 1.3s;
    animation-name: fadeInUp;
}